/* Colors */
:root {
  --color-default: #0a0d13;
  --color-primary: #0d42ff;
  --color-secondary: #0e1d34;
  --DarkBg1: #292e3c;
  --DarkBg2: #0a0d13;
  --black: #080808;
  --white: #fff;
  --main: #fa7116;
  --box_shadow: 0 1px 8px 0 rgb(0 0 0 / 58%);
  --font-primary: "Roboto", sans-serif;
}

.about .page-header:before {
  content: "";
  background-color: rgba(14, 29, 52, 0.301);
  position: absolute;
  inset: 0;
}

.about .para-text p {
  text-align: justify;
  font-size: 18px;
  margin-top: 50px;
  font-weight: 500;
}

.about .who-we-are p {
  text-align: justify;
}
.headSpan {
  color: #000;
}
.dark .headSpan {
  color: #fff;
}
.abt2 p {
  font-size: 14px;
}
.services .para-text p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 50px;
  font-weight: 500;
}

.about .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  transition: 0.5s;
  border: 2px solid var(--main);
  color: var(--main);
}

.terms ul li::marker,
.terms ul li strong {
  color: var(--main);
}

.FZCO {
  color: var(--main);
}
.FZCO:hover {
  text-decoration: underline;
  color: var(--main);
}

.text-justify {
  text-align: justify;
}
